home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / mail / pine / imap.arc / text0118.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  1.1 KB  |  38 lines

  1.  
  2. I'm not sure Im following the nuances of this discussion. But I think there
  3. needs to be a way to embed non-IMAP commands into an IMAP stream, and
  4. systematically pass it down a line of server processes until someone can
  5. deal with it.
  6.  
  7. I'm in a situation where we have 5-6K users of a mainframe database
  8. oriented mail system, with amazing filing and retrieval capabilities and a
  9. tty interface.  We should be able to write an IMAP server for the
  10. mainframe, and enable access to the archives of messages via a snazzy gui,
  11. but will need to make homegrown RPC calls to access the indexes, or
  12. extended capabilities. 
  13.  
  14. Cant my client test this on connection and say:
  15.  
  16. if (isConnectedToEMS)
  17.     IMAPSend("A0001 EMBEDDED ( EMS Expire(4, 30 days) )"
  18. else
  19.     IMAPSend("A0001 DELETE 4" )
  20.  
  21.  
  22. in such a way that the imapd will pass along the embedded command.
  23.  
  24. Anyway, to come back to the thread, if this is reasonable, couldn't IMSP
  25. then send:
  26.  
  27. A0001 EMBEDDED ( IMSP SetACL... )
  28.  
  29.  
  30. Adam
  31. --------------------------------------------------
  32. Adam Treister  <treister@forsythe.stanford.edu>
  33. Polya Hall 205, Stanford CA 94305 - (415) 725-9449
  34. --------------------------------------------------
  35.  
  36.  
  37.  
  38.